home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / text / tex / itransAM-bin.lha / SHENV.Amiga < prev   
Text File  |  1998-10-02  |  2KB  |  62 lines

  1. To successfully use itrans, you need to set up some shell variable and paths.
  2.  
  3. At the least, to use itrans for producing TeX, PostScript and HTML files,
  4. you must add this in your S:Shell-Startup file:
  5.  
  6. setenv ITRANSPATH /SYS/itrans/lib:/SYS/itrans/lib/fonts
  7.  
  8. Replace SYS with the volume it's on, and enter the correct path.
  9. To make this strange looking path work you must run 'ixprefs' and
  10. click on the "Advanced Options" and set the "Translate /" option on.
  11. Then ixemul will translate this path to the Amiga style SYS:itrans/lib,
  12. SYS:itrans/lib/fonts.
  13.  
  14. --------------------------------------------------------------------------------
  15.  
  16. To be able to process the TeX files, you must tell your system where
  17. to find the files.  For PasTeX 1.4l I did the following (please let
  18. me know how you set it up with Amiweb2c):
  19.  
  20. cd TeX:config
  21.  
  22. There are four configuration files for (La)TeX - tex.cnf, bigtex.cnf, 
  23. tex-latex209.cnf, and bigtex-latex209.cnf.  Edit each file to update the 
  24. following variables in it:
  25.  
  26. TEXINPUTS <original value>,SYS:itrans/lib*
  27. TEXFONTS <original value>,SYS:itrans/lib/fonts
  28.  
  29. For Metafont there was no config file, so I set this environment variable
  30. in S:Shell-Startup:
  31.  
  32. setenv MFINPUTS ?,SYS:itrans/lib/fonts:
  33.  
  34. (the ? will be replaced by Metafont with the standard search path)
  35.  
  36. This will allow (La)TeX to process the files, and ShowDVI to be able to
  37. view the files (as long as the fonts are available!)
  38.  
  39. For dvips to work correctly, you must also edit the TeX:ps/config.pro and
  40. add the lines from itrans/lib/DVIPSRC or at least these two:
  41.  
  42. H <original value>,SYS:itrans/lib,SYS:itrans/lib/fonts
  43.  
  44. p +SYS:itrans/lib/psfonts.map
  45.  
  46. --------------------------------------------------------------------------------
  47.  
  48. To view the PostScript files, follow the instructions of your viewer to
  49. install the Type 1 PFA/PFB fonts.
  50.  
  51. --------------------------------------------------------------------------------
  52.  
  53. Unfortunately as of this writing, it seems no Amiga browser is capable of
  54. understanding the <FONT FACE> tag, so it seems like viewing HTML is not
  55. possible on the Amiga.
  56.  
  57. If you wish to install the fonts on your Amiga, you could, using either the
  58. TrueType library or the Type1 library.
  59.  
  60. --------------------------------------------------------------------------------
  61. HJG, 10/1/98
  62.